home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 39
/
Creative Review 39.iso
/
pc
/
more
/
continuum
/
project2.dir
/
00384_Script_goto_sound
< prev
next >
Wrap
Text File
|
1998-06-02
|
413b
|
21 lines
global theLabel
on mouseUp me
if (theLabel = 50) then
set the locV of sprite 30 to 1000
puppetTransition 27, 0, 300
end if
go to label("sound")+(the frame - theLabel)
set theLabel = 340
end
on mouseEnter me
if theLabel = 10 then set the locV of sprite 76 to 94
updatestage
end
on mouseLeave me
if theLabel = 10 then set the locV of sprite 76 to -500
updatestage
end